projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f25857
)
Improve previous test/data/emacs-module/Makefile change
author
Glenn Morris
<rgm@gnu.org>
Mon, 12 Jun 2017 20:52:49 +0000
(16:52 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 12 Jun 2017 20:52:49 +0000
(16:52 -0400)
* test/data/emacs-module/Makefile.in (clean):
Avoid doing unpleasant things if run in a build without modules.
test/data/emacs-module/Makefile.in
patch
|
blob
|
history
diff --git
a/test/data/emacs-module/Makefile.in
b/test/data/emacs-module/Makefile.in
index 9963afd57361b1ecfc2ebebfb717125e63c65165..2af6473c7a682e4a0f3501de042824bfa1087b62 100644
(file)
--- a/
test/data/emacs-module/Makefile.in
+++ b/
test/data/emacs-module/Makefile.in
@@
-55,4
+55,5
@@
all: mod-test$(SO)
.PHONY: clean
clean:
- rm -f *.o *${SO}
+ rm -f *.o *.so *.dll
+